home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form TestForm
- BorderStyle = 3 'Fixed Double
- Caption = "Form2"
- ClientHeight = 3885
- ClientLeft = 2115
- ClientTop = 2805
- ClientWidth = 6330
- Height = 4290
- Left = 2055
- LinkTopic = "Form2"
- ScaleHeight = 3885
- ScaleWidth = 6330
- Top = 2460
- Width = 6450
- Begin CommandButton Command2
- Caption = "Quit"
- Height = 375
- Left = 4920
- TabIndex = 2
- Top = 3360
- Width = 1335
- End
- Begin CommandButton Command1
- Caption = "Search..."
- Height = 375
- Left = 3360
- TabIndex = 1
- Top = 3360
- Width = 1335
- End
- Begin TextBox Text1
- Height = 3135
- Left = 120
- TabIndex = 0
- Text = "Search annd replace annd do whatever annd then be done annd quit."
- Top = 120
- Width = 6135
- End
- Sub Command1_Click ()
- FindAndReplace TestForm.Text1
- End Sub
- Sub Command2_Click ()
- End Sub
-